ComponentOne ASP.NET MVC Controls
AllowMerging Method (FlexGridBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : AllowMerging Method
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.AllowMerging. Sets which parts of the grid provide cell merging.
Syntax
'Declaration
 
Public Overridable Function AllowMerging( _
   ByVal value As AllowMerging _
) As TBuilder
public virtual TBuilder AllowMerging( 
   AllowMerging value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members